All Questions
Tagged with angularjsangular-ui-bootstrap
3,733 questions
0votes
1answer
26views
How can I pass a custom property to `$modal` from `angular-ui-bootstrap`
On two occasions I will have to open a modal like this: $modal.open({ templateUrl: "components/prize-info/prize-info.html", windowClass: "prize-info", scope: $...
1vote
1answer
48views
space between my input bars, it just jumbos them all together which is something i dont want
<div class="row" style="margin-bottom: 0.1cm"> <div class="col-xs-4"> Fuel temp probe cap: ...
0votes
1answer
61views
Bootstrap CSS compatibility with ngTable
I am working on AngularJs application. Versions - AngularJS - 1.8.2 Bootstrap.css - 2.3.2 I am integrating ngTable in the application. The pagination css is not working for ngTable. When i use ...
1vote
1answer
640views
Errors when attempting to install ng-bootstrap, package installation failed
I am working on an Angular app, for which I need an accordion. I attempted to install the ng-bootstrap package by running the command 'ng add @ng-bootstrap/ng-bootstrap', but every time I try running ...
0votes
1answer
239views
How to close a modal in JS which is opened by "data-target"?
I have a modal template in the same HTML file as controller. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalDeleteItem"&...
1vote
1answer
90views
UI Bootstrap not working in combination with $sce.trustAsHtml()
I am using angularJs (v1.4.7) and ui.bootstrap in combination with html code that I am getting with REST API. The problem is: if I get html with ui.bootstrap directives inside, it is not displayed ...
-1votes
1answer
2kviews
how does row and columns work in angular + Bootstrap
I am trying to understand how angular calculates how the elements are rendered in the dom. more specifically, how row and column work I added some examples below with what i was expecting to see but i ...
0votes
1answer
228views
How to close a dropdown on a mousedown
Frontend noob here, please be nice. I have a dropdown menu using ui.bootstrap.dropdown. The users of my website are used to copy-paste stuff from this dropdown. In order to do so, they usually click ...
0votes
1answer
59views
How to move code of ngTemplate to an actual file?
I'm using AngularJS (not Angular) with the Typeahead directive of UI Bootstrap. For customization one can define a custom template by inserting a script tag of type text/ng-template. This works fine, ...
2votes
1answer
530views
Popover AngularJs still shows even after setting its trigger to none
The 'Thanks' pop-over when clicking the thumbs up for the first time appears, but it is still appearing the second time the thumbs up is clicked even after setting its trigger to 'none' Steps to ...
0votes
1answer
88views
Popover AngularJs quickly disappearing
The 'Thanks' popover worked fine on the first try, but it quickly disappears on the succeeding attempts. I used uib-popover and set its template to a <div> with simple input text & button at ...
0votes
1answer
319views
Display xeditable editable form inside popup
Need to wrap the editable form inside a bootstrap uib-popover-template. Have tried the editable ui-bootstrap popover approach, but it is not working as expected. Plunker 1 --> https://plnkr.co/edit/...
0votes
1answer
77views
How to add function to this button
The button will only accept "$dismiss()". But I need it to accept any other function. var modalInstance = $uibModal.open({ animation: this.animationsEnabled, ...
0votes
1answer
38views
Angular.js (angular-ui) : "resolve" not returning anything in the child component
While trying to get data from the "resolve" object. I cannot get anything from what is found in the parent component. Structure partner-component partner-list-component Result Parent code ...
0votes
2answers
167views
Font awesome images & fonts are huge
I pulled a project that I'm working on another computer. After I ran yarn install when I load my fronted server, on certain pages the fonts and icons appear huge. The crazy thing is that on my ...